-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(changelog)!: add postprocessors #155
Conversation
Hello, thanks for the contribution! 🐻 Can you maybe provide an example about this feature in the documentation? It is not clear what changes are made from the code. |
Also, isn't this a library-wise breaking change since |
Yes, I didn't know it's also used as a library. I updated the docs with the new feature. |
This will enable things like replacing usernames with github usernames orhun#132
Fixed the commit message by squashing |
The test failure is unrelated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had some comments / suggestions.
Can you also check out #165 and pre-empt your opinion before this PR is merged? |
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #155 +/- ##
==========================================
+ Coverage 43.66% 44.32% +0.66%
==========================================
Files 12 12
Lines 575 580 +5
==========================================
+ Hits 251 257 +6
+ Misses 324 323 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Congrats on merging your first pull request! ⛰️ |
Description
Allow same transformations on the final output as with the git commit preprocessor.
This will enable things like replacing usernames with github usernames #132
How Has This Been Tested?
tested locally
Types of Changes
Checklist: